←Select platform

AnnObservableCollection<T> Class

Summary

A generic observable collection.

Syntax

C#
VB
Java
WinRT C#
C++
public class AnnObservableCollection<T> : IAnnNotifyCollectionChanged, LeadCollection<T> 
Public Class AnnObservableCollection(Of T)  
   Inherits System.Collections.ObjectModel.Collection(Of T) 
   Implements Leadtools.Annotations.Core.IAnnNotifyCollectionChanged  
public sealed class AnnObservableCollection<T> : Leadtools.Annotations.Core.IAnnNotifyCollectionChanged   
public class AnnObservableCollection<E> implements List<E>, IAnnNotifyCollectionChanged 
function Leadtools.Annotations.Core.AnnObservableCollection() 
public: 
   generic<typename T> 
   ref class AnnObservableCollection : IAnnNotifyCollectionChanged, LeadCollection<T> 

Type Parameters

T
Collection items type.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly